Select(ITreeViewNode[]) Method
Selects the specified nodes in the tree.

C# Syntax

void Select( 
   params ITreeViewNode[] nodes
)

Parameters

nodes
The nodes to select in a tree.